This event occurs when the user selects to revoke the document workflow. The document will be restored to the last released version.
Syntax
Private Sub AMUIExtension_BeforeRevokeWF(
ByVal CurrentObject As Object,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document object (AMDocument object). |
Abort |
Setting this argument to True will abort the operation. The AfterRevokeWF event will not occur. |
Remarks
The equivalent VBScript event is the RevokeWF script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.